Move performance tests to the right testsuite
authorMatthias Clasen <mclasen@redhat.com>
Tue, 11 Feb 2020 19:09:00 +0000 (14:09 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 12 Feb 2020 17:18:59 +0000 (12:18 -0500)
This was a copy-paste error.

testsuite/gtk/meson.build

index 02d38cbeceee20ac3a417e7cd3d0abea8b0932dd..02aeb6fa4411f94f304267b109ffa7754ddf07c9 100644 (file)
@@ -211,7 +211,7 @@ if get_option ('profiler')
        args: [ '--mark', 'size allocation', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
        env: [ 'GTK_THEME=Empty',
               'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir) ],
-       suite: [ 'css' ])
+       suite: [ 'gtk' ])
 
 endif
 
@@ -221,6 +221,6 @@ if get_option ('profiler')
        args: [ '--mark', 'widget snapshot', join_paths(meson.current_build_dir(), '../../demos/widget-factory/gtk4-widget-factory') ],
        env: [ 'GTK_THEME=Empty',
               'GSETTINGS_SCHEMA_DIR=@0@'.format(gtk_schema_build_dir) ],
-       suite: [ 'css' ])
+       suite: [ 'gtk' ])
 
 endif